Xbasic

SQL_TableExportDialog Function

Syntax

Result_Flag as L = SQL_TableExportDialog()

Arguments

Result_Flag

.T. = The export operation succeeded. .F. = The export operation failed or was user cancelled.

Description

Display a dialog to export a local table to a SQL database.

Discussion

The SQL_TableExportDialog() function displays the Export Table to SQL dialog, which helps you export a .DBF table to a back-end SQL database.

Example

? SQL_TableExportDialog()
= .T.

Limitations

Desktop applications only.

See Also